type runtime.adjustinfo
10 uses
runtime (current package)
stack.go#L600: type adjustinfo struct {
stack.go#L610: func adjustpointer(adjinfo *adjustinfo, vpp unsafe.Pointer) {
stack.go#L652: func adjustpointers(scanp unsafe.Pointer, bv *bitvector, adjinfo *adjustinfo, f funcInfo) {
stack.go#L701: func adjustframe(frame *stkframe, adjinfo *adjustinfo) {
stack.go#L776: func adjustctxt(gp *g, adjinfo *adjustinfo) {
stack.go#L802: func adjustdefers(gp *g, adjinfo *adjustinfo) {
stack.go#L814: func adjustpanics(gp *g, adjinfo *adjustinfo) {
stack.go#L820: func adjustsudogs(gp *g, adjinfo *adjustinfo) {
stack.go#L849: func syncadjustsudogs(gp *g, used uintptr, adjinfo *adjustinfo) uintptr {
stack.go#L925: var adjinfo adjustinfo
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |